projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8af29e3
)
wayland: Fix indentation of previous commit
author
Christophe Fergeau
<cfergeau@redhat.com>
Wed, 29 Nov 2017 11:15:30 +0000
(12:15 +0100)
committer
Christophe Fergeau
<cfergeau@redhat.com>
Wed, 29 Nov 2017 11:15:48 +0000
(12:15 +0100)
gdk/wayland/gdkselection-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkselection-wayland.c
b/gdk/wayland/gdkselection-wayland.c
index 88ae24d436e54406d7a67b8793b0456bacc2da41..008778292a221db8a45cedc17d83bd551d57ef7e 100644
(file)
--- a/
gdk/wayland/gdkselection-wayland.c
+++ b/
gdk/wayland/gdkselection-wayland.c
@@
-1287,10
+1287,11
@@
emit_selection_clear (GdkDisplay *display,
event->selection.time = GDK_CURRENT_TIME;
window = _gdk_wayland_display_get_selection_owner (display, selection);
- if (window != NULL) {
- event->selection.window = g_object_ref (window);
- event->selection.requestor = g_object_ref (window);
- }
+ if (window != NULL)
+ {
+ event->selection.window = g_object_ref (window);
+ event->selection.requestor = g_object_ref (window);
+ }
gdk_event_put (event);
gdk_event_free (event);